hello,
i made a shape with bicubic_patch and failed as i tried to difference it
from a box:
difference{
box{<0,0,0>,<1,1,1> pigment{color Green}}
object{
a_bicubic_object
}
}//difference
the result was an empty scene.
is there any way to come by this problem?